/*页码*/
#yema {height: 25px;clear: both;text-align: center;margin-top: 50px;}
#yema .pages a { vertical-align: middle; font-size: 14px; font-family: "Microsoft YaHei"; width: 25px; height: 25px; line-height: 25px; text-align: center; border: 1px solid #C6C6C6;/* background-color: #c6c6c6; */ color: #333; display: inline-block; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;  }
#yema .pages span {  vertical-align: middle;  color: #ffffff;  width: 27px;  height: 27px;  line-height: 27px;  background-color: #c62b26;  display: inline-block;  font-size: 14px;
}
/*通用*/

*{margin: 0;padding: 0;list-style: none;text-decoration: none; font-family: "Arial","微软雅黑"}
ul{padding: 0;margin: 0;}
.clearfix, .c {zoom: 1;clear: both;}
.clearfix:after, .clearfix:before, .c:after, .c:before {display: table;content: "";}
.clearfix:after, .c:after {clear: both;}
.l{float: left;}
.r{float: right;}
.box{width: 1280px;margin: 0 auto;}